func text/template.truth

3 uses

	text/template (current package)
		exec.go#L733: 			if truth(v) == (name == "or") {
		funcs.go#L377: func truth(arg reflect.Value) bool {
		funcs.go#L396: 	return !truth(arg)